Html Css Color HEX #7D7738 Crete

📋 copy color: '#7D7738'

red 125 ◦ green 119 ◦ blue 56

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

Shades of Crete #7D7738

Tints of Crete #7D7738

RGB

 RED value IS 125 (49.22% from 255) = 41.67%

 GREEN value IS 119 (46.88% from 255) = 39.67%

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

R = 41.67%
G = 39.67%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7D7738 (or 0x7D7738) is known color: Crete. HEX triplet: 7D, 77 and 38. RGB value is (125,119,56). Sum of RGB (Red+Green+Blue) = 125+119+56=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7738 is #8288C7. Grayscale: #717171. Windows color (decimal): -8554696 or 3700605. OLE color: 3700605.

HSL color Cylindrical-coordinate representation of color #7D7738: hue angle of 54.78º 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 #7D7738 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 119 56 -
CMYK 0 0.05 0.55 0.51
HSL 54.78º 0.38% 0.35% -
HSV(B) 54.78º 0.55% 0.49% -
XYZ 15.77 17.84 6.35 -
YUV 113.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 125 119 56 0 0.05 0.55 0.51 54.78 0.38 0.35
Hex 7D 77 38 0 5 37 33 37 26 23
Octal 175 167 70 0 5 67 63 67 46 43
Binary 1111101 1110111 111000 0 101 110111 110011 110111 100110 100011

Color Harmonies of #7D7738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7738

Black with #7D7738

Text Example


Text Example

White with #7D7738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,119,56); }

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

background-color css

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

 a { background-color: rgb(125,119,56); }

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

border-color css

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

 span { border-color: rgb(125,119,56); }

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