Html Css Color HEX #756929 Crete

📋 copy color: '#756929'

red 117 ◦ green 105 ◦ blue 41

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

Shades of Crete #756929

Tints of Crete #756929

RGB

 RED value IS 117 (46.09% from 255) = 44.49%

 GREEN value IS 105 (41.41% from 255) = 39.92%

 BLUE value IS 41 (16.41% from 255) = 15.59%

R = 44.49%
G = 39.92%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#756929 (or 0x756929) is known color: Crete. HEX triplet: 75, 69 and 29. RGB value is (117,105,41). Sum of RGB (Red+Green+Blue) = 117+105+41=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #756929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756929 is #8A96D6. Grayscale: #656565. Windows color (decimal): -9082583 or 2713973. OLE color: 2713973.

HSL color Cylindrical-coordinate representation of color #756929: hue angle of 50.53º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #756929 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 41 -
CMYK 0 0.10 0.65 0.54
HSL 50.53º 0.48% 0.31% -
HSV(B) 50.53º 0.65% 0.46% -
XYZ 12.79 14.05 4.13 -
YUV 101.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 117 105 41 0 0.10 0.65 0.54 50.53 0.48 0.31
Hex 75 69 29 0 A 41 36 33 30 1F
Octal 165 151 51 0 12 101 66 63 60 37
Binary 1110101 1101001 101001 0 1010 1000001 110110 110011 110000 11111

Color Harmonies of #756929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756929

Black with #756929

Text Example


Text Example

White with #756929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756929; }

 p { color: rgb(117,105,41); }

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

background-color css

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

 a { background-color: rgb(117,105,41); }

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

border-color css

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

 span { border-color: rgb(117,105,41); }

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