Html Css Color HEX #7B7A36 Crete

📋 copy color: '#7B7A36'

red 123 ◦ green 122 ◦ blue 54

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

Shades of Crete #7B7A36

Tints of Crete #7B7A36

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.8%

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 41.14%
G = 40.8%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.52

RGB Variations

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

Color information

#7B7A36 (or 0x7B7A36) is known color: Crete. HEX triplet: 7B, 7A and 36. RGB value is (123,122,54). Sum of RGB (Red+Green+Blue) = 123+122+54=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7A36 is #8485C9. Grayscale: #727272. Windows color (decimal): -8685002 or 3570299. OLE color: 3570299.

HSL color Cylindrical-coordinate representation of color #7B7A36: hue angle of 59.13º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B7A36 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 122 54 -
CMYK 0 0.01 0.56 0.52
HSL 59.13º 0.39% 0.35% -
HSV(B) 59.13º 0.56% 0.48% -
XYZ 15.79 18.4 6.21 -
YUV 114.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 123 122 54 0 0.01 0.56 0.52 59.13 0.39 0.35
Hex 7B 7A 36 0 1 38 34 3B 27 23
Octal 173 172 66 0 1 70 64 73 47 43
Binary 1111011 1111010 110110 0 1 111000 110100 111011 100111 100011

Color Harmonies of #7B7A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7A36

Black with #7B7A36

Text Example


Text Example

White with #7B7A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,122,54); }

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

background-color css

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

 a { background-color: rgb(123,122,54); }

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

border-color css

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

 span { border-color: rgb(123,122,54); }

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