Html Css Color HEX #7F763C Crete

📋 copy color: '#7F763C'

red 127 ◦ green 118 ◦ blue 60

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

Shades of Crete #7F763C

Tints of Crete #7F763C

RGB

 RED value IS 127 (50% from 255) = 41.64%

 GREEN value IS 118 (46.48% from 255) = 38.69%

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 41.64%
G = 38.69%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F763C (or 0x7F763C) is known color: Crete. HEX triplet: 7F, 76 and 3C. RGB value is (127,118,60). Sum of RGB (Red+Green+Blue) = 127+118+60=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F763C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F763C is #8089C3. Grayscale: #727272. Windows color (decimal): -8423876 or 3962495. OLE color: 3962495.

HSL color Cylindrical-coordinate representation of color #7F763C: hue angle of 51.94º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F763C is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 118 60 -
CMYK 0 0.07 0.53 0.50
HSL 51.94º 0.36% 0.37% -
HSV(B) 51.94º 0.53% 0.5% -
XYZ 16.05 17.8 6.86 -
YUV 114.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 127 118 60 0 0.07 0.53 0.50 51.94 0.36 0.37
Hex 7F 76 3C 0 7 35 32 34 24 25
Octal 177 166 74 0 7 65 62 64 44 45
Binary 1111111 1110110 111100 0 111 110101 110010 110100 100100 100101

Color Harmonies of #7F763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F763C

Black with #7F763C

Text Example


Text Example

White with #7F763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F763C; }

 p { color: rgb(127,118,60); }

 H1.HeaderClassName
 {
   color: #7F763C;
 }
 .AnyTagClassName
 {
   color: #7F763C;
 }
</style>

background-color css

<style>
 a { background-color: #7F763C; }

 a { background-color: rgb(127,118,60); }

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

border-color css

<style>
 span { border-color: #7F763C; }

 span { border-color: rgb(127,118,60); }

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