Html Css Color HEX #7C7B38 Crete

📋 copy color: '#7C7B38'

red 124 ◦ green 123 ◦ blue 56

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

Shades of Crete #7C7B38

Tints of Crete #7C7B38

RGB

 RED value IS 124 (48.83% from 255) = 40.92%

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

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 40.92%
G = 40.59%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7C7B38 (or 0x7C7B38) is known color: Crete. HEX triplet: 7C, 7B and 38. RGB value is (124,123,56). Sum of RGB (Red+Green+Blue) = 124+123+56=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7B38 is #8384C7. Grayscale: #737373. Windows color (decimal): -8619208 or 3701628. OLE color: 3701628.

HSL color Cylindrical-coordinate representation of color #7C7B38: hue angle of 59.12º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C7B38 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 123 56 -
CMYK 0 0.01 0.55 0.51
HSL 59.12º 0.38% 0.35% -
HSV(B) 59.12º 0.55% 0.49% -
XYZ 16.11 18.74 6.51 -
YUV 115.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 124 123 56 0 0.01 0.55 0.51 59.12 0.38 0.35
Hex 7C 7B 38 0 1 37 33 3B 26 23
Octal 174 173 70 0 1 67 63 73 46 43
Binary 1111100 1111011 111000 0 1 110111 110011 111011 100110 100011

Color Harmonies of #7C7B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7B38

Black with #7C7B38

Text Example


Text Example

White with #7C7B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,123,56); }

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

background-color css

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

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

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

border-color css

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

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

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