Html Css Color HEX #7B7432 Crete

📋 copy color: '#7B7432'

red 123 ◦ green 116 ◦ blue 50

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

Shades of Crete #7B7432

Tints of Crete #7B7432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.14%

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 42.56%
G = 40.14%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7B7432 (or 0x7B7432) is known color: Crete. HEX triplet: 7B, 74 and 32. RGB value is (123,116,50). Sum of RGB (Red+Green+Blue) = 123+116+50=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7432 is #848BCD. Grayscale: #6E6E6E. Windows color (decimal): -8686542 or 3306619. OLE color: 3306619.

HSL color Cylindrical-coordinate representation of color #7B7432: hue angle of 54.25º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B7432 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 116 50 -
CMYK 0 0.06 0.59 0.52
HSL 54.25º 0.42% 0.34% -
HSV(B) 54.25º 0.59% 0.48% -
XYZ 14.99 16.93 5.5 -
YUV 110.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 123 116 50 0 0.06 0.59 0.52 54.25 0.42 0.34
Hex 7B 74 32 0 6 3B 34 36 2A 22
Octal 173 164 62 0 6 73 64 66 52 42
Binary 1111011 1110100 110010 0 110 111011 110100 110110 101010 100010

Color Harmonies of #7B7432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7432

Black with #7B7432

Text Example


Text Example

White with #7B7432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,116,50); }

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

background-color css

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

 a { background-color: rgb(123,116,50); }

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

border-color css

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

 span { border-color: rgb(123,116,50); }

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