Html Css Color HEX #7B762F Crete

📋 copy color: '#7B762F'

red 123 ◦ green 118 ◦ blue 47

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

Shades of Crete #7B762F

Tints of Crete #7B762F

RGB

 RED value IS 123 (48.44% from 255) = 42.71%

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

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

R = 42.71%
G = 40.97%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7B762F (or 0x7B762F) is known color: Crete. HEX triplet: 7B, 76 and 2F. RGB value is (123,118,47). Sum of RGB (Red+Green+Blue) = 123+118+47=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 123 - color contains mainly: red. Hex color #7B762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B762F is #8489D0. Grayscale: #6F6F6F. Windows color (decimal): -8686033 or 3110523. OLE color: 3110523.

HSL color Cylindrical-coordinate representation of color #7B762F: hue angle of 56.05º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B762F is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 118 47 -
CMYK 0 0.04 0.62 0.52
HSL 56.05º 0.45% 0.33% -
HSV(B) 56.05º 0.62% 0.48% -
XYZ 15.16 17.37 5.24 -
YUV 111.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 123 118 47 0 0.04 0.62 0.52 56.05 0.45 0.33
Hex 7B 76 2F 0 4 3E 34 38 2D 21
Octal 173 166 57 0 4 76 64 70 55 41
Binary 1111011 1110110 101111 0 100 111110 110100 111000 101101 100001

Color Harmonies of #7B762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B762F

Black with #7B762F

Text Example


Text Example

White with #7B762F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,118,47); }

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

background-color css

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

 a { background-color: rgb(123,118,47); }

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

border-color css

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

 span { border-color: rgb(123,118,47); }

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