Html Css Color HEX #7B7B34 Crete

📋 copy color: '#7B7B34'

red 123 ◦ green 123 ◦ blue 52

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

Shades of Crete #7B7B34

Tints of Crete #7B7B34

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.28%

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 41.28%
G = 41.28%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#7B7B34 (or 0x7B7B34) is known color: Crete. HEX triplet: 7B, 7B and 34. RGB value is (123,123,52). Sum of RGB (Red+Green+Blue) = 123+123+52=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 123 - color contains mainly: red, green. Hex color #7B7B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7B34 is #8484CB. Grayscale: #737373. Windows color (decimal): -8684748 or 3439483. OLE color: 3439483.

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

Color convert

RGB 123 123 52 -
CMYK 0 0 0.58 0.52
HSL 60º 0.41% 0.34% -
HSV(B) 60º 0.58% 0.48% -
XYZ 15.87 18.62 6.01 -
YUV 114.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 123 123 52 0 0 0.58 0.52 60 0.41 0.34
Hex 7B 7B 34 0 0 3A 34 3C 29 22
Octal 173 173 64 0 0 72 64 74 51 42
Binary 1111011 1111011 110100 0 0 111010 110100 111100 101001 100010

Color Harmonies of #7B7B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7B34

Black with #7B7B34

Text Example


Text Example

White with #7B7B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,123,52); }

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

background-color css

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

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

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

border-color css

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

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

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