Html Css Color HEX #756927 Crete

📋 copy color: '#756927'

red 117 ◦ green 105 ◦ blue 39

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

Shades of Crete #756927

Tints of Crete #756927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.94%

R = 44.83%
G = 40.23%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#756927 (or 0x756927) is known color: Crete. HEX triplet: 75, 69 and 27. RGB value is (117,105,39). Sum of RGB (Red+Green+Blue) = 117+105+39=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #756927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756927 is #8A96D8. Grayscale: #656565. Windows color (decimal): -9082585 or 2582901. OLE color: 2582901.

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

Color convert

RGB 117 105 39 -
CMYK 0 0.10 0.67 0.54
HSL 50.77º 0.5% 0.31% -
HSV(B) 50.77º 0.67% 0.46% -
XYZ 12.75 14.03 3.96 -
YUV 101.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 117 105 39 0 0.10 0.67 0.54 50.77 0.5 0.31
Hex 75 69 27 0 A 43 36 33 32 1F
Octal 165 151 47 0 12 103 66 63 62 37
Binary 1110101 1101001 100111 0 1010 1000011 110110 110011 110010 11111

Color Harmonies of #756927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756927

Black with #756927

Text Example


Text Example

White with #756927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756927; }

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

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

background-color css

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

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

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

border-color css

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

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

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