Html Css Color HEX #756928 Crete

📋 copy color: '#756928'

red 117 ◦ green 105 ◦ blue 40

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

Shades of Crete #756928

Tints of Crete #756928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 44.66%
G = 40.08%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#756928 (or 0x756928) is known color: Crete. HEX triplet: 75, 69 and 28. RGB value is (117,105,40). Sum of RGB (Red+Green+Blue) = 117+105+40=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #756928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756928 is #8A96D7. Grayscale: #656565. Windows color (decimal): -9082584 or 2648437. OLE color: 2648437.

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

Color convert

RGB 117 105 40 -
CMYK 0 0.10 0.66 0.54
HSL 50.65º 0.49% 0.31% -
HSV(B) 50.65º 0.66% 0.46% -
XYZ 12.77 14.04 4.04 -
YUV 101.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 117 105 40 0 0.10 0.66 0.54 50.65 0.49 0.31
Hex 75 69 28 0 A 42 36 33 31 1F
Octal 165 151 50 0 12 102 66 63 61 37
Binary 1110101 1101001 101000 0 1010 1000010 110110 110011 110001 11111

Color Harmonies of #756928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756928

Black with #756928

Text Example


Text Example

White with #756928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756928; }

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

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

background-color css

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

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

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

border-color css

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

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

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