Html Css Color HEX #7B7B41 Crete

📋 copy color: '#7B7B41'

red 123 ◦ green 123 ◦ blue 65

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

Shades of Crete #7B7B41

Tints of Crete #7B7B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 39.55%
G = 39.55%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7B7B41 (or 0x7B7B41) is known color: Crete. HEX triplet: 7B, 7B and 41. RGB value is (123,123,65). Sum of RGB (Red+Green+Blue) = 123+123+65=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 123 - color contains mainly: red, green. Hex color #7B7B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7B41 is #8484BE. Grayscale: #747474. Windows color (decimal): -8684735 or 4291451. OLE color: 4291451.

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

Color convert

RGB 123 123 65 -
CMYK 0 0 0.47 0.52
HSL 60º 0.31% 0.37% -
HSV(B) 60º 0.47% 0.48% -
XYZ 16.21 18.76 7.77 -
YUV 116.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 123 123 65 0 0 0.47 0.52 60 0.31 0.37
Hex 7B 7B 41 0 0 2F 34 3C 1F 25
Octal 173 173 101 0 0 57 64 74 37 45
Binary 1111011 1111011 1000001 0 0 101111 110100 111100 11111 100101

Color Harmonies of #7B7B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7B41

Black with #7B7B41

Text Example


Text Example

White with #7B7B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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