Html Css Color HEX #786F2F Crete

📋 copy color: '#786F2F'

red 120 ◦ green 111 ◦ blue 47

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

Shades of Crete #786F2F

Tints of Crete #786F2F

RGB

 RED value IS 120 (47.27% from 255) = 43.17%

 GREEN value IS 111 (43.75% from 255) = 39.93%

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 43.17%
G = 39.93%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#786F2F (or 0x786F2F) is known color: Crete. HEX triplet: 78, 6F and 2F. RGB value is (120,111,47). Sum of RGB (Red+Green+Blue) = 120+111+47=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #786F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786F2F is #8790D0. Grayscale: #6A6A6A. Windows color (decimal): -8884433 or 3108728. OLE color: 3108728.

HSL color Cylindrical-coordinate representation of color #786F2F: hue angle of 52.6º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #786F2F is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 111 47 -
CMYK 0 0.08 0.61 0.53
HSL 52.6º 0.44% 0.33% -
HSV(B) 52.6º 0.61% 0.47% -
XYZ 13.94 15.57 4.96 -
YUV 106.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 120 111 47 0 0.08 0.61 0.53 52.6 0.44 0.33
Hex 78 6F 2F 0 8 3D 35 35 2C 21
Octal 170 157 57 0 10 75 65 65 54 41
Binary 1111000 1101111 101111 0 1000 111101 110101 110101 101100 100001

Color Harmonies of #786F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786F2F

Black with #786F2F

Text Example


Text Example

White with #786F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786F2F; }

 p { color: rgb(120,111,47); }

 H1.HeaderClassName
 {
   color: #786F2F;
 }
 .AnyTagClassName
 {
   color: #786F2F;
 }
</style>

background-color css

<style>
 a { background-color: #786F2F; }

 a { background-color: rgb(120,111,47); }

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

border-color css

<style>
 span { border-color: #786F2F; }

 span { border-color: rgb(120,111,47); }

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