Html Css Color HEX #77712B Crete

📋 copy color: '#77712B'

red 119 ◦ green 113 ◦ blue 43

#77712B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #77712B

Tints of Crete #77712B

RGB

 RED value IS 119 (46.88% from 255) = 43.27%

 GREEN value IS 113 (44.53% from 255) = 41.09%

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 43.27%
G = 41.09%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#77712B (or 0x77712B) is known color: Crete. HEX triplet: 77, 71 and 2B. RGB value is (119,113,43). Sum of RGB (Red+Green+Blue) = 119+113+43=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #77712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77712B is #888ED4. Grayscale: #6B6B6B. Windows color (decimal): -8949461 or 2847095. OLE color: 2847095.

HSL color Cylindrical-coordinate representation of color #77712B: hue angle of 55.26º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77712B is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 43 -
CMYK 0 0.05 0.64 0.53
HSL 55.26º 0.47% 0.32% -
HSV(B) 55.26º 0.64% 0.47% -
XYZ 13.95 15.91 4.62 -
YUV 106.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 119 113 43 0 0.05 0.64 0.53 55.26 0.47 0.32
Hex 77 71 2B 0 5 40 35 37 2F 20
Octal 167 161 53 0 5 100 65 67 57 40
Binary 1110111 1110001 101011 0 101 1000000 110101 110111 101111 100000

Color Harmonies of #77712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77712B

Black with #77712B

Text Example


Text Example

White with #77712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77712B; }

 p { color: rgb(119,113,43); }

 H1.HeaderClassName
 {
   color: #77712B;
 }
 .AnyTagClassName
 {
   color: #77712B;
 }
</style>

background-color css

<style>
 a { background-color: #77712B; }

 a { background-color: rgb(119,113,43); }

 div.DivClassName
 {
   background-color: #77712B;
 }
 .BgClassName
 {
   background-color: #77712B;
 }
</style>

border-color css

<style>
 span { border-color: #77712B; }

 span { border-color: rgb(119,113,43); }

 td.TdClassName
 {
   border-color: #77712B;
 }
 .TagClassName
 {
   border-color: #77712B;
 }
</style>